home *** CD-ROM | disk | FTP | other *** search
- ¸ $VER: MCF_About 5.1 (22.11.97)
- $VER: MCF_Buttons 5.8 (22.06.98)
- $VER: MCF_WWW 5.3 (14.03.98)
- $VER: Install_PlugIns 5.8 (22.06.98)
- $VER: SendBrowser 5.1 (22.11.97)
-
- Requirements:
-
- 1. AmIRC installed, running correctly with RexxMSGPort.
- 2. MuiRexx version 2.2+ installed correctly.
- 3. Icon.mcc version 1.1 installed to MUI:libs/mui.
- 4. To make use of the clipboard.device feature of MCF_WWW
- you must have the rexxtricks.library installed.
- 5. Recommended that you make Rx and WaitForPort resident.
-
- Installation: (Use of Installer Script is recommended or do the following)
-
- 1. Copy MCF_Buttons.AMIRX, MCF_About.AMIRX, MCF_WWW.AMIRX,
- and SendBrowser.amirx from the MCF_Buttons/Rexx dir to
- your AmIRC/Rexx directory.
- 2. Copy MCF.Buttons from the MCF_Buttons/MCF dir to
- either MCF: or your AmIRC directory.
- 3. Copy MCFGB.prefs from the MCF_Buttons/Env/mui dir
- to ENV:mui and ENVARC:mui. (This is my default
- MUI configuration prefs for MCF_Buttons)
- 4. MCF_Buttons now comes with 2 pages (AmIRC and User).
- If you want to add pages for MCF, Kuang¹¹,
- Phoenix, and/or WildText, Click on Install_PlugIns
- icon and follow instructions, Stage1 thru Stage3.
- 5. If you want to be able to Plugin future pages,
- copy Install_PlugIns.info and Install_PlugIns.rexx
- to your AmIRC directory..
-
- Use:
-
- 1. Type /Rx MCF_Buttons in AmIRC to execute.
- Or, make alias: /Alias MB /Rx MCF_Buttons
- (If you run MCF, get new MCF_JOIN.AMIRX script
- and insert /b between mcf_join and the %p)
- 2. After sizing and positioning the MCF_Buttons window
- where you desire it to be, set MUI Window settings
- to save window position on exit and click on Use.
- After exiting MCF_Buttons then, you can restart
- MCF_Buttons and change MUI Window settings to either
- Remember or Forget window position on exit and click
- on Save.
-
-
-
- Explaination of entries in MCF.Buttons file.
-
- The following labels Must Exist:
- # AmIRC (This defines the very start of Buttons data)
- # END (This defines the end of Buttons data)
- # WWW (This is added at your first execution of
- MCF_Buttons. This is your default WebBrowser)
-
- Any other labels between AMIRC and END are at the User's
- discretion and my be placed in any manner or order.
-
-
- The first time you run MCF_Buttons.AMIRX, it will ask for
- your Web Browser. Select the PopASL gadget and then select
- Volumes first, then select the Drive: Directory(s) and ProgramFile
- of your WebBrowser of choice. This information will then be added
- to the end of the MCF.Buttons file.
- Format of this line is: # WWW DH3:Internet/WebBrowsers/IBrowse/IBrowse
- This will then be used by MCF_WWW.AMIRX when you desire to
- goto an URL in your URL Grabber. Double Click on the URL
- in the URL Grabber window or snapshot and URL in a channel window
- and then click on GoToURL Button.
-
-
- There are 3 types of entries:
- 1. ! Label starts a frame with said Label
- 2. Standard Button command with following format:
- 1 word for button, command as executed
- by AmIRC.
- 3. Button/PopSlider command with the following format:
- @ then 1 word for button,
- PopSlider Min-Value, PopSlider Max-Value,
- command as executed by AmIRC
-
- WARNING: When adding new Buttons and PopSliders, do 1 at a time
- so that you can see if what you are adding suddenly
- messes up them MCF_Buttons GUI Window.
-
-
- You may use 4 different variables in command lines:
- %c = Current Channel
- %n = Your Current Nick
- %u = Selected User from active window
- %# = Current PopSlider Value
- (The %c, %n, and %u must all be in lower case)
-
- To have Help Text appear for a button, enter the Help Text
- to be displayed between /h h/
-
- /h Enter your Help Text here h/
-
- MCF_Buttons will use LESS ram if you don't have help test
- in your Button definitions.
-